Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Boolean Values

QuickDraw 3D defines Boolean values.

typedef enum TQ3Boolean {
    kQ3False,
    kQ3True
} TQ3Boolean;

Constant descriptions

kQ3False
False.
kQ3True
True.

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |